'宣言 Public Overloads Function For(Of TProperty As Class)( _ ByVal propSpec As System.Linq.Expressions.Expression(Of Func(Of T,IEnumerable(Of TProperty))) _ ) As GridColumnLayout(Of TProperty)
public GridColumnLayout<TProperty> For<TProperty>( System.Linq.Expressions.Expression<Func<T,IEnumerable<TProperty>>> propSpec ) where TProperty: class
オンラインで表示: GitHub